IntermediateTotalLabels Property (Waterfall<T>)
In This Topic
Gets or sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.
Syntax
'Declaration
Public Property IntermediateTotalLabels As System.String()
'Usage
Dim instance As Waterfall(Of T)
Dim value() As System.String
instance.IntermediateTotalLabels = value
value = instance.IntermediateTotalLabels
public System.string[] IntermediateTotalLabels {get; set;}
public read-write property IntermediateTotalLabels: System.array of String;
public function get,set IntermediateTotalLabels : System.String[]
public: __property System.string*[]* get_IntermediateTotalLabels();
public: __property void set_IntermediateTotalLabels(
System.string*[][]* value
);
public:
property System.array<String^>^ IntermediateTotalLabels {
System.array<String^>^ get();
void set ( System.array<String^>^ value);
}
See Also